home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / Scale_34_Frame Number Field.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  254 b   |  14 lines

  1. on keyDown
  2.   global fxCurObj
  3.   if objectp(fxCurObj) then
  4.     keyBoardInputDown(the ieFramesNumber of fxCurObj, the key)
  5.   end if
  6. end
  7.  
  8. on keyUp
  9.   global fxCurObj
  10.   if objectp(fxCurObj) then
  11.     keyBoardInputUp(the ieFramesNumber of fxCurObj)
  12.   end if
  13. end
  14.